-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add support for flashing STM32H573I-DK with probe-rs #87990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello @tpambor, and thank you very much for your first pull request to the Zephyr project! |
bf5cff3 to
1e8c5ae
Compare
|
The test failure reported by CI is unrelated to this PR. |
1e8c5ae to
5c888e7
Compare
|
I rebased on top of main to see if it fixes the test failures. |
|
For reference, the pipeline errors probably will be corrected by #88152 |
5c888e7 to
bc06749
Compare
|
Rebased on top of main to include fix from #88244 |
Allow flashing the STM32H573II chip found on the STM32H573I-DK board using the probe-rs runner. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
bc06749 to
a9afb32
Compare
|
Rebased on top of main to include fix from #88392. Hopefully, the pipeline should pass now. |
This PR adds support for flashing STM32H573I-DK with probe-rs.